DataSource for Entity Framework in WPF
C1.LiveLinq.Indexing Namespace / IndexDefinition<T> Class / Locale Property

In This Topic
    Locale Property
    In This Topic
    Gets the locale information used to compare strings in the index.
    Syntax
    'Declaration
     
    Public ReadOnly Property Locale As CultureInfo
    public CultureInfo Locale {get;}

    Property Value

    A System.Globalization.CultureInfo that contains data about the user's locale. The default is System.Globalization.CultureInfo.CurrentCulture.
    See Also